go.opentelemetry.io/otel/attribute.Distinct.hash (field)

4 uses

	go.opentelemetry.io/otel/attribute (current package)
		set.go#L40: 		hash uint64
		set.go#L94: func (d Distinct) Valid() bool { return d.hash != 0 }
		set.go#L176: 		return Distinct{hash: emptySet.hash}
		set.go#L178: 	return Distinct{hash: l.hash}